home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_carriere_course_amateur.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  8.4 KB  |  509 lines

  1. ;//************ CARRIERE COURSE AMATEUR (C5) **************
  2. new Container
  3. {
  4.     name "container_carriere_course_amateur"
  5.     z 1
  6.  
  7.     background "data/menus/i_bg_carriere_640_0.nif"
  8.  
  9.     on_idle ActionIdleManager
  10.     {
  11.         current_menu 1001
  12.     }    
  13.     
  14.     new List
  15.     {
  16.         name "carriere_course_amateur_champ_liste"
  17.         x 0.45
  18.         y 0.39
  19.         z 0.9
  20.         size_x 0.35
  21.         size_y 0.3
  22.         background "data/menus/i_carre_listbox.nif"
  23.  
  24.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  25.  
  26.         selection_type 3
  27.         display_type 1
  28.     }
  29.     new MenuButton
  30.     {
  31.         name "background_bourses"
  32.         x 0.805
  33.         y 0.485
  34.         z 0.9
  35.         size_x 0.17
  36.         size_y 0.20
  37.         normal_image "data/menus/i_carre_listbox.nif"
  38.         highlight_image ""
  39.     }
  40.     new MenuButton
  41.     {
  42.         name "background_frais_d'inscription"
  43.         x 0.805
  44.         y 0.70
  45.         z 0.9
  46.         size_x 0.17
  47.         size_y 0.1
  48.         normal_image "data/menus/i_carre_listbox.nif"
  49.         highlight_image ""
  50.     }
  51.     new MenuButton
  52.     {
  53.         name "background_gauche"
  54.         x 0.235
  55.         y 0.528
  56.         z 0.9
  57.         size_x 0.21
  58.         size_y 0.16
  59.         normal_image "data/menus/i_carre_listbox.nif"
  60.         highlight_image ""
  61.     }
  62.     
  63.     new MenuButton
  64.     {
  65.         name "titre_fenetre_carriere_course_amateur"
  66.         x 0.749
  67.         y 0.85
  68.         size_x 0.25
  69.         size_y 0.163
  70.         text "Career"
  71.         text_size 0.45
  72.         text_initial_color <0,0.66,1,1>
  73.         normal_image "data/menus/i_titre_bouton.nif"
  74.         highlight_image ""
  75.     }
  76.     new MenuButton
  77.     {
  78.         ;// Championnat
  79.         name "piton_championnat_career_amateur"
  80.         x 0.012
  81.         y 0.85
  82.         text "Championship"
  83.         text_size 0.21
  84.         change_script "menu_carriere.txt"
  85.         change_container "container_carriere_championnat"
  86.         change_nofade "true"
  87.     }
  88.     new MenuButton
  89.     {
  90.         ;// Courses amateur
  91.         name "piton_amateurs_amateur"
  92.         x 0.004
  93.         y 0.75
  94.         text "Amateur"
  95.         text2 "Races"
  96.         text_initial_color <0,0.66,1,1>
  97.         highlight_image ""
  98.     }
  99.     new MenuButton
  100.     {
  101.         ;// Pieces
  102.         x 0.005
  103.         y 0.65
  104.         text "Parts"
  105.         change_script "menu_carriere_piece.txt"
  106.         change_container "container_carriere_piece"
  107.         change_nofade "true"
  108.     }
  109.     new MenuButton
  110.     {
  111.         ;// Ajustement
  112.         x 0.015
  113.         y 0.55
  114.         text "Adjustments"
  115.         change_script "menu_carriere_ajustement_magasin.txt"
  116.         change_container "container_carriere_ajustement"
  117.         change_nofade "true"
  118.     }
  119.     new MenuButton
  120.     {
  121.         ;// Magasin
  122.         x 0.038
  123.         y 0.45
  124.         text "The Store"
  125.         change_script "menu_carriere_magasin.txt"
  126.         change_container "container_carriere_magasin"
  127.         change_nofade "true"
  128.     }
  129.     new MenuButton
  130.     {
  131.         ;// Classements
  132.         x 0.07
  133.         y 0.35
  134.         text "Ranking"
  135.         change_script "menu_carriere_classement.txt"
  136.         change_container "container_carriere_classement_general"
  137.         change_nofade "true"
  138.     }
  139.     new MenuButton
  140.     {
  141.         ;// Commanditaires
  142.         x 0.12
  143.         y 0.25
  144.         text "Sponsors"
  145.         change_script "menu_carriere_commanditaire.txt"
  146.         change_container "container_carriere_commanditaire"
  147.         change_nofade "true"
  148.     }
  149.     new MenuButton
  150.     {
  151.         ;// Ovale de l'argent
  152.         name "carriere_course_amateur_montant_argent"
  153.         x 0.37
  154.         y 0.06
  155.         text "$10,000"
  156.         text_size 0.3
  157.         text_initial_color <1,1,1,1>
  158.         text_over_color <1,1,1,1>
  159.         normal_image "data/menus/i_bouton.nif"
  160.         highlight_image ""
  161.     }
  162.     new FastFont
  163.     {
  164.         ;// Classe 100cc
  165.         ;// DO NOT AUTO_CENTER!
  166.         name "font_class_config_initial"
  167.         x 0.20
  168.         y 0.93
  169.         ratio 0.3
  170.         text "100cc"
  171.         initial_color <1,1,1,1>
  172.     }
  173.     ;// ATTENTION - TOUT CE QUI SUIT ET QUI CONCERNE LES INFOS SUR LA MAP
  174.     ;// DOIVENT ETRE PAREILLE A L'ECRAN A6
  175.     new Button
  176.     {
  177.         ;// Arcade - Pour les info de Map
  178.         x 0.17
  179.         y 0.71
  180.         size_x 0.35
  181.         size_y 0.21
  182.         state_normal ActionAnimableImage
  183.         {
  184.             list ("data/menus/i_arcade_ovale.nif")
  185.         }
  186.     }
  187.     new FastFont
  188.     {
  189.         ;// Titre de la map dans le haut
  190.         name "carriere_champ_map_preview_text"
  191.         x 0.34
  192.         y 0.824
  193.         auto_center 1
  194.         ratio 0.27
  195.         text "Arizona"
  196.         initial_color <1,1,1,1>
  197.     }
  198.  
  199.     new FastFont
  200.     {
  201.         ;// Commentaire.. explication... sais pas ?
  202.         name "carriere_champ_map_preview_comment"
  203.         x -2.00 ;0.365
  204.         y -2.00 ;0.752
  205.         auto_center 1
  206.         ratio 0.27        
  207.         text "Short"
  208.         initial_color <1,1,1,1>
  209.     }
  210.  
  211.     new Button
  212.     {
  213.         ;// Map preview
  214.         name "carriere_champ_map_preview_button"
  215.         x 0.53
  216.         y 0.715
  217.         z 0.9
  218.         size_x 0.26
  219.         size_y 0.19
  220.     }
  221.  
  222.     new FastFont
  223.     {
  224.         ;// Nombre de tours
  225.         name "text_carriere_amateurs_nbtours"
  226.         x 0.365
  227.         y 0.752
  228.         auto_center 1
  229.         ratio 0.27
  230.         text "6000"
  231.         initial_color <1,1,1,1>
  232.         auto_center 1
  233.     }
  234.     new FastFont
  235.     {
  236.         ;// Frais D'inscription
  237.         x 0.89
  238.         y 0.755
  239.         ratio 0.23
  240.         text "Entrance Fee"
  241.         initial_color <1,1,1,1>
  242.         auto_center 1
  243.     }
  244.  
  245.     new FastFont
  246.     {
  247.         ;// Montant course
  248.         name "montant_cout_amateur"
  249.         x 0.89
  250.         y 0.715
  251.         auto_center 1
  252.         ratio 0.25
  253.         text "$222"
  254.         initial_color <0,0.66,1,1>
  255.  
  256.     }
  257.  
  258.     new FastFont
  259.     {
  260.         ;// Bourses
  261.         x 0.89
  262.         y 0.635
  263.         ratio 0.27
  264.         text "Winnings"
  265.         initial_color <1,1,1,1>
  266.         auto_center 1
  267.     }
  268.     new FastFont
  269.     {
  270.         ;// Bourses 1 ere
  271.         x 0.82
  272.         y 0.570
  273.         ratio 0.25        
  274.         text "1"
  275.         initial_color <1,1,1,1>
  276.     }
  277.     new FastFont
  278.     {
  279.         ;// Bourses 1 ere
  280.         x 0.84
  281.         y 0.580
  282.         ratio 0.2
  283.         text "st"
  284.         initial_color <1,1,1,1>
  285.     }
  286.     new FastFont
  287.     {
  288.         ;// Bourses 1 ere - Montant
  289.         name "montant_bourse_1"
  290.         x 0.935
  291.         y 0.570
  292.         auto_center 1
  293.         ratio 0.25
  294.         text "$1000"
  295.         initial_color <0,0.66,1,1>
  296.     }
  297.     new FastFont
  298.     {
  299.         ;// Bourses 2 ieme
  300.         x 0.82
  301.         y 0.535
  302.         ratio 0.25        
  303.         text "2"
  304.         initial_color <1,1,1,1>
  305.     }
  306.     new FastFont
  307.     {
  308.         ;// Bourses 2 ieme
  309.         x 0.84
  310.         y 0.545
  311.         ratio 0.2
  312.         text "nd"
  313.         initial_color <1,1,1,1>
  314.     }
  315.     new FastFont
  316.     {
  317.         ;// Bourses 2 ieme - Montant
  318.         name "montant_bourse_2"
  319.         x 0.935
  320.         y 0.535
  321.         auto_center 1
  322.         ratio 0.25
  323.         text "$800"
  324.         initial_color <0,0.66,1,1>
  325.     }
  326.     new FastFont
  327.     {
  328.         ;// Bourses 3 ieme
  329.         x 0.82
  330.         y 0.50
  331.         ratio 0.25        
  332.         text "3"
  333.         initial_color <1,1,1,1>
  334.     }
  335.     new FastFont
  336.     {
  337.         ;// Bourses 3 ieme
  338.         x 0.84
  339.         y 0.51
  340.         ratio 0.2        
  341.         text "rd"
  342.         initial_color <1,1,1,1>
  343.     }
  344.     new FastFont
  345.     {
  346.         ;// Bourses 3 ieme - Montant
  347.         name "montant_bourse_3"
  348.         x 0.935
  349.         y 0.50
  350.         auto_center 1
  351.         ratio 0.25
  352.         text "$600"
  353.         initial_color <0,0.66,1,1>
  354.     }
  355.  
  356.     new MenuButton
  357.     {
  358.         ;// Participer
  359.         name "carriere_amateur_participer"
  360.         x 0.825
  361.         y 0.39
  362.         text "Participate"
  363.  
  364.         ;eCAREER_AMATEUR_PARTICIPATE
  365.         state_manager "1003"
  366.     }
  367.  
  368.     new MenuButton
  369.     {
  370.         ;// Abandonner
  371.         name "carriere_amateur_abandonner"
  372.         x 0.825
  373.         y 0.3
  374.         text "Abandoned"
  375.  
  376.         ;eCAREER_AMATEUR_ABANDON
  377.         state_manager "1004"
  378.     }    
  379.     new Button
  380.     {
  381.         ;// Race selector (Blue circle)
  382.         x 0.48
  383.         y 0.17
  384.         z 0.9
  385.         size_x 0.3
  386.         size_y 0.17
  387.  
  388.         state_normal ActionAnimableImage
  389.         {
  390.             list ("data/menus/i_ovale_start.nif")
  391.         }
  392.     }
  393.     new FastFont
  394.     {
  395.         ;// Pratique
  396.         name "piton_amateur_pratique"
  397.         x 0.593
  398.         y 0.272
  399.         ratio 0.25
  400.         text "Training"
  401.         initial_color <0.99,0.61,0,1>
  402.         over_color <0,0.66,1,1>
  403.         
  404.         on_click ActionStateManagerInterface
  405.         {
  406.             ;eCAREER_AMATEUR_PRATIQUE
  407.             request_type 1005
  408.         }
  409.     }
  410.     new FastFont
  411.     {
  412.         ;// Qualifications
  413.         name "piton_qualification_career_amateur"
  414.         x 0.593
  415.         y 0.239
  416.         ratio 0.25
  417.         text "Qualifications"
  418.         initial_color <0.99,0.61,0,1>
  419.         over_color <0,0.66,1,1>
  420.  
  421.         on_click ActionStateManagerInterface
  422.         {
  423.             ;eCAREER_AMATEUR_QUALIFICATION
  424.             request_type 1006
  425.         }
  426.     }
  427.     new FastFont
  428.     {
  429.         ;// Course
  430.         name "piton_course_career_amateur"
  431.         x 0.593
  432.         y 0.206
  433.         ratio 0.25
  434.         text "Race"
  435.         initial_color <0.99,0.61,0,1>
  436.         over_color <0,0.66,1,1>
  437.         on_click ActionStateManagerInterface
  438.         {
  439.             ;eCAREER_AMATEUR_GO_RACE
  440.             request_type 1007
  441.         }
  442.     }
  443.     new MenuButton
  444.     {
  445.         ;// Sauver/charger
  446.         x 0.862
  447.         y 0.15
  448.         text "Save/"
  449.         text2 "Load"
  450.         change_script "menu_principal.txt"
  451.         change_container "container_general_sauver_charger"
  452.     }
  453.     new MenuButton
  454.     {
  455.         ;// Retour
  456.         x 0.74
  457.         y 0.07
  458.         text "Main"
  459.         text2 "Menu"
  460.  
  461.         ;eCHAMPIONSHIP_CONFIRM_RETURN
  462.         state_manager "1200"
  463.     }
  464.  
  465.     new FastFont
  466.     {
  467.         ;// Temperature
  468.         x 0.34
  469.         y 0.64
  470.         auto_center 1
  471.         ratio 0.27
  472.         text "Weather Forecast"
  473.         initial_color <1,1,1,1>
  474.     }
  475.     new FastFont
  476.     {
  477.         ;// Temperature
  478.         name "amateur_temp"
  479.         x 0.34
  480.         y 0.615
  481.         ratio 0.23
  482.         text "20 degres"
  483.         initial_color <0,0.66,1,1>
  484.         auto_center 1
  485.     }
  486.     new FastFont
  487.     {
  488.         ;// Position qualifie
  489.         name "text_amateur_qualifie"
  490.         x 0.34
  491.         y 0.575
  492.         auto_center 1
  493.         ratio 0.27
  494.         text "Starting position"
  495.         initial_color <1,1,1,1>
  496.     }
  497.     new FastFont
  498.     {
  499.         ;// Position qualifie
  500.         name "text_amateur_pos_qualifie"
  501.         x 0.34
  502.         y 0.55
  503.         auto_center 1
  504.         ratio 0.23
  505.         text "1st"
  506.         initial_color <0,0.66,1,1>
  507.     }
  508.     
  509. }